<description>PDE computes the classpath of this project by looking for dependencies in the workspace and enabled external plug-ins and fragments.</description>
<description>This command searches for all the plug-ins that directly depend on the selected plug-in and all the fragments which target it.</description>
<description>This wizard allows you to define the possible values for the selected attribute.</description>
<topic label="Extension point schema" href="guide/pde_schema.htm"/>
<topic label="Extension point schema editor" href="guide/pde_schema_editor.htm"/>
<topic label="Using extension point schema" href="guide/pde_schema_using.htm"/>
</context>
<context id="search_page">
<description>On this page, you can search for references to and declarations of plug-ins, fragments and extension points.
The search can be extended beyond workspace resources to include external plug-ins. </description>
</context>
<context id="launcher_basic">
<description>This page allows you to set the basic program arguments to run the configuration.</description>
<topic label="Running a plug-in" href="guide/pde_running.htm"/>
</context>
<context id="launcher_advanced">
<description>This page allows you to run your configuration with only a subset of the plug-ins.</description>
<topic label="Choosing plug-ins to run" href="guide/pde_running_plugins.htm"/>
</context>
<context id="launcher_tracing">
<description>This page allows you to use tracing flags that will cause tracing information to be printed to the standard output (or the console view) when you run the configuration.</description>
<topic label="Running with tracing" href="guide/pde_running_tracing.htm"/>
</context>
<context id="launcher_configuration">
<description>This page allows you to specify the plug-ins that are to be automatically installed, and optionally started, by the runtime.</description>
<topic label="Running a plug-in" href="guide/pde_running.htm"/>
<topic label="Choosing plug-ins to run" href="guide/pde_running_plugins.htm"/>
</context>
<context id="history_list_dialog">
<description>A dialog for re-opening previously viewed plug-in dependencies.</description>
</context>
<!-- Editors -->
<context id="manifest_source_page">
<description>This page allows you to edit the file content directly.</description>
<description>This page allows you to set the target environment for the plug-ins you develop.</description>
<topic label="Running a plug-in" href="guide/pde_running.htm"/>
<topic label="Deploying a plug-in" href="guide/pde_deploy.htm"/>
<topic label="Deploying a feature" href="guide/pde_feature_generating.htm"/>
</context>
<context id="target_platform_preference_page" >
<description>This page allows you to configure the target platform that will be used to develop and test against.
In cases where a plug-in with the same id exists both in the workspace and in the target platform, the workspace copy will take precedence.</description>
<topic label="Running a plug-in" href="guide/pde_running.htm"/>
</context>
<context id="registry_view">
<description>The Plug-in Registry view shows a read-only view of the plug-in registry of the running platform.</description>
</context>
<context id="log_view">
<description>The log view captures warnings and internal errors thrown by the internal platform or your code.</description>
<topic label="Preparing the workbench" href="guide/pde_setup.htm"/>
</context>
<!-- Wizard pages -->
<context id="new_project_structure_page">
<description>This wizard helps you create a new plug-in project.
If the plug-in is to contain resources only, create a simple project.
Otherwise, create a Java project.</description>
<topic label="Creating a plug-in project" href="guide/pde_creating.htm"/>
</context>
<context id="new_project_required_data">
<description>Data entered on this page is used to customize the generated manifest file and top level plug-in Java class.</description>
<topic label="Creating a plug-in project" href="guide/pde_creating.htm"/>
</context>
<context id="new_project_code_gen_page">
<description>For a quick start, use the code generation wizards to create a plug-in project containing a working extension.
You can customize a plug-in to contain any combination of the available extension templates by choosing the 'Custom Plug-in Wizard' option.</description>
<topic label="Creating a plug-in project" href="guide/pde_creating.htm"/>
</context>
<context id="new_fragment_structure_page">
<description>This wizard helps you create a new fragment project.
If the fragment is to contain resources only, create a simple project.
<description>All pre-3.0 plug-ins must be migrated using this wizard to update their list of dependencies and add the 3.0 processing instruction.</description>
<description>This wizard allows you to import plug-ins into the workspace. Source code, if found, will be attached to JARs.
Importing plug-ins as binary projects with links is the fastest. It will not import these plug-ins physically into the workspace.
It will instead create links to those plug-ins on disk. Note that deleting these binary linked projects will not delete the files that they map to on disk.
</description>
</context>
<context id="plugin_import_second_page">
<description>This list shows the plug-ins and fragments found in the location specified on the previous page.</description>
</context>
<context id="plugin_import_express_page">
<description>For each one of the selected plug-ins, the wizard will import all its pre-requisites that do not already exist as shared projects in the workspace.</description>
</context>
<context id="feature_import_first_page">
<description>This page defines the location from which the features will be imported into the workspace. This wizard
should only be used in conjunction with feature-based self-hosting.</description>
</context>
<context id="feature_import_second_page">
<description>This list shows the features found in the location specified on the previous page.</description>
</context>
<context id="template_selection">
<description>Customize the plug-in by choosing one or more template extensions.</description>
</context>
<context id="template_editor">
<description>This template creates a sample XML editor with basic editing capabilities, syntax highlighting, etc.</description>
</context>
<context id="template_hello_world">
<description>This template creates a sample action set that adds a menu to the menu bar and a button to the toolbar.</description>
</context>
<context id="template_help">
<description>This template creates a sample Help Table of Contents.</description>
</context>
<context id="template_intro">
<description>This template creates a sample intro for product.</description>
</context>
<context id="template_multipage_editor">
<description>This template creates a multi-page editor that works on files with the chosen extension.</description>
</context>
<context id="template_new_wizard">
<description>This template creates a wizard that can create a new file in the workspace</description>
</context>
<context id="template_popup_menu">
<description>This template adds a popup menu to the specified target object.
The menu will appear in all views where an object of the specified type is selected.</description>
</context>
<context id="template_preference_page">
<description>This template creates a page that is contributed to the Preferences.</description>
</context>
<context id="template_property_page">
<description>This template adds a property page to a resource that matches the specified filter, and will appear in the Properties dialog for that resource.</description>
</context>
<context id="template_view">
<description>This template creates a workbench view and is contributed to the Workbench by creating a category.</description>
</context>
<context id="template_builder">
<description>This template creates an incremental project builder and a project nature. A popup action on the project configures or unconfigures the nature.</description>
</context>
<context id="manifest_add_dependencies">
<description>This wizard allows you to add plug-ins as dependencies to your plug-in.
Use the filter to accelerate your search for the plug-ins.</description>
<topic label="Creating a plug-in project" href="guide/pde_creating.htm"/>
</context>
<context id="add_extensions_main">
<description>This wizard allows you to add an extension to one of the available extension points.
You can also create a working template extension from the list of available templates.</description>
</context>
<context id="add_extensions_schema_based">
<description>This wizard allows you to extend one of the available extension points. To be able to extend an extension point, your plug-in has to import the plug-in where the point is declared.</description>
<topic label="Extension point schema" href="guide/pde_schema.htm"/>
</context>
<context id="java_attribute_wizard_page">
<description>This wizard allows you to create a new Java class or select an existing one.</description>
</context>
<context id="feature_portability_wizard">
<description>This wizard allows you to add constraints to ensure that your feature is not installed or shown in a context that does not match these constraints.</description>
<description>This wizard builds and exports the selected plug-ins and/or fragments into the specified location.</description>
<topic label="Deploying a plug-in" href="guide/pde_deploy.htm"/>
</context>
<context id="feature_export_wizard">
<description>This wizard builds and exports the selected features and the associated plug-ins into the specified location.</description>
<topic label="Deploying a feature" href="guide/pde_feature_generating.htm"/>
</context>
<context id="plugins_container_page">
<description>This page shows you the actual classpath entries that are managed by this dynamic classpath container. In case one of the library entries does not have source associated, you can add source by selecting 'Attach Source...' button.</description>
<description>This page allows signing the JARs for added security.
If present, the JNLP option allows generation of manifests for Java Web Start deployment.</description>
</context>
<context id="cross_platform_export_page">
<description>When exporting for multiple platforms, select the desired target platforms on this page. A directory will be created for each selection.</description>
</context>
<context id="library_plugin_jars">
<description>Add JAR archives to include in the new plug-in. JAR files can be imported from existing workspace projects, or external directories. </description>
</context>
<context id="plugin_working_set">
<description>Create a new working set by selecting plug-ins or fragments that will belong to it.</description>
</context>
<context id="product_definitions_wizard_page">
<description>This wizard creates a new product extension. A product must be assoicated with an application.</description>
</context>
<context id="project_names_page">
<description>Specify project name.</description>
</context>
<context id="required_plugins_container_page">
<description>The Plug-in Dependencies container is a read-only container managed by PDE. This page shows the classpath entries that the container resolves to for this particular plug-in project.</description>